1  public enum Interpolation {
2     pow2,
3     pow3,
4     pow4,
5     pow5,
6
7     powIn2,
8     powIn3,
9     powIn4,
10     powIn5,
11
12     powOut2,
13     powOut3,
14     powOut4,
15     powOut5,
16
17     sine,
18     sineIn,
19     sineOut,
20
21     exp10,
22     exp10In,
23     exp10Out,
24
25     exp5,
26     exp5In,
27     exp5Out,
28      
29     elastic,
30     elasticIn,
31     elasticOut,
32
33     swing,
34     swingIn,
35     swingOut,
36
37     bounce,
38     bounceIn,
39     bounceOut,
40
41     fade
42 }



Trò chơi đua xe động vật trong UNITY Engine 114.790 lượt xem

Gõ tìm kiếm nhanh...